home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6539 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  857 b 

  1. Path: news.goodnet.com!usenet
  2. From: ea51048@goodnet.com (Angelo B.)
  3. Newsgroups: comp.lang.c++
  4. Subject: Visual C++ and printf  --  L2029 error
  5. Date: 9 Feb 1996 07:57:30 GMT
  6. Organization: Your Organization
  7. Message-ID: <4feupa$5l9@news1.goodnet.com>
  8. NNTP-Posting-Host: tuc-ts1-18.goodnet.com
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=US-ASCII
  11. X-Newsreader: WinVN 0.99.7
  12.  
  13. I know this is a dumb question, but whenever I attempt to execute anything 
  14. other than a Quickwin app I get an error message on printf and scanf.
  15.  
  16. The error reads "error L2029: '_printf' : unresolved external"
  17.                 "error L2029: '_scanf' : unresolved external"
  18.  
  19. I am including <stdio.h> in my code and using the defaults for the compiler,
  20. linker, etc.
  21.  
  22. I am sure there is a simple solution to this and I would appreciate it if some 
  23. one can share it with me.
  24.  
  25. Thanks
  26.  
  27.